Skip to main content

Get Config Text

The "Get Config Text" activity in AutomatR is utilized to retrieve non-sensitive information stored in a configuration file. It provides a straightforward way to access configuration values based on the specified key, enhancing the configurability and adaptability of automation processes.

NameDescription
Input
Configuration KeySpecifies the key associated with the text value in the configuration file. Supports a string variable.
Misc
Display NameThis property allows you to customize the display name of the activity within the workflow.
Optional
DelaySpecifies a delay (in seconds) before executing the activity, providing flexibility in the timing of the workflow. Supports an Int32 variable. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1.
Output
ValueCaptures the text value retrieved from the configuration file based on the specified key. It supports a string variable, allowing the retrieved information to be used in subsequent activities within the workflow.

Effectively configuring these properties enables the seamless retrieval of non-sensitive configuration values, enhancing the flexibility and adaptability of AutomatR automation processes by leveraging external configuration files.